openblas.git
13 days agoMerge version 0.3.30+ds-3+rpi1 and 0.3.31+ds-3 to produce 0.3.31+ds-3+rpi1 forky-staging archive/raspbian/0.3.31+ds-3+rpi1 raspbian/0.3.31+ds-3+rpi1
Raspbian automatic forward porter [Thu, 26 Feb 2026 23:08:49 +0000 (23:08 +0000)]
Merge version 0.3.30+ds-3+rpi1 and 0.3.31+ds-3 to produce 0.3.31+ds-3+rpi1

3 weeks agoMerge openblas (0.3.31+ds-3) import into refs/heads/workingbranch
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Merge openblas (0.3.31+ds-3) import into refs/heads/workingbranch

3 weeks agoFix FTBFS on arm64
Debian Science Maintainers [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Fix FTBFS on arm64

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/d2906e8787ccc50051505f97262027bae6b55258
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2026-02-05

Last-Update: 2026-02-05
Gbp-Pq: Name ftbfs-serial-arm64.patch

3 weeks agoFix FTBFS in serial build
Debian Science Maintainers [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Fix FTBFS in serial build

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/874243421298866d116e1e8bdbd7e0ed4e31e4f6
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5607
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2026-02-03

Last-Update: 2026-02-03
Gbp-Pq: Name ftbfs-serial.patch

3 weeks agoFix dpotrf result on loong64 with la464 kernel
Debian Science Maintainers [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Fix dpotrf result on loong64 with la464 kernel

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/4001d7a74f7866bdcd8855caca62436ca7bc45ee
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5602
Bug-Debian: https://bugs.debian.org/1126103
Last-Update: 2026-02-03

Last-Update: 2026-02-03
Gbp-Pq: Name loong64-dpotrf.patch

3 weeks agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch

3 weeks agoMATGEN symbols are not included in Debian binary
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
MATGEN symbols are not included in Debian binary

Forwarded: not-needed
Last-Update: 2016-03-24

The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch

3 weeks agoCreate shared libraries lib{blas,lapack}.so.3
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Create shared libraries lib{blas,lapack}.so.3

Forwarded: not-needed
Last-Update: 2020-07-31

* It is done so that duplicate code with libopenblas.so.0 is kept as low as
  possible. Only the symbols from the external BLAS/LAPACK API are incorporated
  in the shared libraries. The rest is obtained by dynamic linking against
  libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
  order to differentiate it at runtime from other BLAS implementations (see
  #960728).
  The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
  the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
  selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
  the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch

3 weeks agoAdapt build system for the absence of lapack-netlib/ and relapack directories.
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.

Forwarded: not-needed
Last-Update: 2026-02-03

Instead use the PIC libraries provided by packages liblapack-dev and liblapack64-dev,
stripping from them the symbols that are overridden by OpenBLAS.
Last-Update: 2026-02-03
Gbp-Pq: Name no-embedded-lapack.patch

3 weeks agoRemove warning about OpenMP
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Remove warning about OpenMP

Forwarded: no
Last-Update: 2014-02-17

This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch

3 weeks agoUse flags suitable for armhf port when TARGET=ARMV6
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Use flags suitable for armhf port when TARGET=ARMV6

Forwarded: not-needed
Last-Update: 2015-04-29

See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch

3 weeks agoopenblas (0.3.31+ds-3) unstable; urgency=medium
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
openblas (0.3.31+ds-3) unstable; urgency=medium

  * Upload to unstable

[dgit import unpatched openblas 0.3.31+ds-3]

3 weeks agoImport openblas_0.3.31+ds-3.debian.tar.xz
Sébastien Villemot [Fri, 13 Feb 2026 14:01:49 +0000 (15:01 +0100)]
Import openblas_0.3.31+ds-3.debian.tar.xz

[dgit import tarball openblas 0.3.31+ds-3 openblas_0.3.31+ds-3.debian.tar.xz]

5 weeks agoImport openblas_0.3.31+ds.orig.tar.xz
Sébastien Villemot [Wed, 4 Feb 2026 08:57:25 +0000 (09:57 +0100)]
Import openblas_0.3.31+ds.orig.tar.xz

[dgit import orig openblas_0.3.31+ds.orig.tar.xz]

6 weeks agoMerge version 0.3.29+ds-3+rpi1 and 0.3.30+ds-3 to produce 0.3.30+ds-3+rpi1 archive/raspbian/0.3.30+ds-3+rpi1 raspbian/0.3.30+ds-3+rpi1
Raspbian automatic forward porter [Sat, 24 Jan 2026 17:58:52 +0000 (17:58 +0000)]
Merge version 0.3.29+ds-3+rpi1 and 0.3.30+ds-3 to produce 0.3.30+ds-3+rpi1

5 months agoMerge openblas (0.3.30+ds-3) import into refs/heads/workingbranch
Sébastien Villemot [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
Merge openblas (0.3.30+ds-3) import into refs/heads/workingbranch

5 months agoFix FTBFS on ppc64el with gcc-15
Debian Science Team [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
Fix FTBFS on ppc64el with gcc-15

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/pull/5409/commits/a3b9c933c59809027937c7708e1d996988c112f2
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5372
Bug-Debian: https://bugs.debian.org/1114016
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2025-09-14

The test failures are caused by incorrect clobber rules in asm inline
statements.
This patch is only a temporary workaround until a permanent fix is found.
Last-Update: 2025-09-14
Gbp-Pq: Name ppc64el-gcc-15.patch

5 months agoFix FTBFS on armhf
Debian Science Team [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
Fix FTBFS on armhf

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/8d11e4630c1e92437636d016f35ad48395b62b4f
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2025-09-03

Last-Update: 2025-09-03
Gbp-Pq: Name armhf-cpuid-asm.patch

5 months agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch

5 months agoMATGEN symbols are not included in Debian binary
Sébastien Villemot [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
MATGEN symbols are not included in Debian binary

Forwarded: not-needed
Last-Update: 2016-03-24

The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch

5 months agoCreate shared libraries lib{blas,lapack}.so.3
Sébastien Villemot [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
Create shared libraries lib{blas,lapack}.so.3

Forwarded: not-needed
Last-Update: 2020-07-31

* It is done so that duplicate code with libopenblas.so.0 is kept as low as
  possible. Only the symbols from the external BLAS/LAPACK API are incorporated
  in the shared libraries. The rest is obtained by dynamic linking against
  libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
  order to differentiate it at runtime from other BLAS implementations (see
  #960728).
  The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
  the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
  selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
  the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch

5 months agoAdapt build system for the absence of lapack-netlib/ and relapack directories.
Sébastien Villemot [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.

Forwarded: not-needed
Last-Update: 2017-07-27

Instead use the binary provided by package liblapack-pic, stripping from it the
symbols that are overridden by OpenBLAS.
Last-Update: 2017-07-27
Gbp-Pq: Name no-embedded-lapack.patch

5 months agoRemove warning about OpenMP
Sébastien Villemot [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
Remove warning about OpenMP

Forwarded: no
Last-Update: 2014-02-17

This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch

5 months agoUse flags suitable for armhf port when TARGET=ARMV6
Sébastien Villemot [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
Use flags suitable for armhf port when TARGET=ARMV6

Forwarded: not-needed
Last-Update: 2015-04-29

See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch

5 months agoopenblas (0.3.30+ds-3) unstable; urgency=medium
Sébastien Villemot [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
openblas (0.3.30+ds-3) unstable; urgency=medium

  * ppc64el-gcc-15.patch: new patch, fixes FTBFS on ppc64el (Closes: #1114016)

[dgit import unpatched openblas 0.3.30+ds-3]

5 months agoImport openblas_0.3.30+ds-3.debian.tar.xz
Sébastien Villemot [Sun, 14 Sep 2025 09:34:16 +0000 (11:34 +0200)]
Import openblas_0.3.30+ds-3.debian.tar.xz

[dgit import tarball openblas 0.3.30+ds-3 openblas_0.3.30+ds-3.debian.tar.xz]

6 months agoImport openblas_0.3.30+ds.orig.tar.xz
Sébastien Villemot [Sun, 31 Aug 2025 19:45:04 +0000 (21:45 +0200)]
Import openblas_0.3.30+ds.orig.tar.xz

[dgit import orig openblas_0.3.30+ds.orig.tar.xz]

9 months agoMerge version 0.3.28+ds-4+rpi1 and 0.3.29+ds-3 to produce 0.3.29+ds-3+rpi1 trixie-staging archive/raspbian/0.3.29+ds-3+rpi1 raspbian/0.3.29+ds-3+rpi1
Raspbian automatic forward porter [Fri, 6 Jun 2025 04:17:29 +0000 (05:17 +0100)]
Merge version 0.3.28+ds-4+rpi1 and 0.3.29+ds-3 to produce 0.3.29+ds-3+rpi1

12 months agoMerge openblas (0.3.29+ds-3) import into refs/heads/workingbranch
Mo Zhou [Mon, 10 Mar 2025 18:55:28 +0000 (14:55 -0400)]
Merge openblas (0.3.29+ds-3) import into refs/heads/workingbranch

12 months agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Mon, 10 Mar 2025 18:55:28 +0000 (14:55 -0400)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch

12 months agoMATGEN symbols are not included in Debian binary
Sébastien Villemot [Mon, 10 Mar 2025 18:55:28 +0000 (14:55 -0400)]
MATGEN symbols are not included in Debian binary

Forwarded: not-needed
Last-Update: 2016-03-24

The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch

12 months agoCreate shared libraries lib{blas,lapack}.so.3
Sébastien Villemot [Mon, 10 Mar 2025 18:55:28 +0000 (14:55 -0400)]
Create shared libraries lib{blas,lapack}.so.3

Forwarded: not-needed
Last-Update: 2020-07-31

* It is done so that duplicate code with libopenblas.so.0 is kept as low as
  possible. Only the symbols from the external BLAS/LAPACK API are incorporated
  in the shared libraries. The rest is obtained by dynamic linking against
  libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
  order to differentiate it at runtime from other BLAS implementations (see
  #960728).
  The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
  the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
  selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
  the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch

12 months agoAdapt build system for the absence of lapack-netlib/ and relapack directories.
Sébastien Villemot [Mon, 10 Mar 2025 18:55:28 +0000 (14:55 -0400)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.

Forwarded: not-needed
Last-Update: 2017-07-27

Instead use the binary provided by package liblapack-pic, stripping from it the
symbols that are overridden by OpenBLAS.
Last-Update: 2017-07-27
Gbp-Pq: Name no-embedded-lapack.patch

12 months agoRemove warning about OpenMP
Sébastien Villemot [Mon, 10 Mar 2025 18:55:28 +0000 (14:55 -0400)]
Remove warning about OpenMP

Forwarded: no
Last-Update: 2014-02-17

This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch

12 months agoUse flags suitable for armhf port when TARGET=ARMV6
Sébastien Villemot [Mon, 10 Mar 2025 18:55:28 +0000 (14:55 -0400)]
Use flags suitable for armhf port when TARGET=ARMV6

Forwarded: not-needed
Last-Update: 2015-04-29

See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch

12 months ago[PATCH] Improve thread safety of pthreads builds that rely on C11 atomic operations...
Martin Kroeker [Fri, 7 Mar 2025 12:48:28 +0000 (13:48 +0100)]
[PATCH] Improve thread safety of pthreads builds that rely on C11 atomic operations for locking (#5170)

* Tighten memory orders for C11 atomic operations

Gbp-Pq: Name 39eb43d4410d0745ca2c78d1162d973abf3aa35b.patch

12 months agoopenblas (0.3.29+ds-3) unstable; urgency=medium
Mo Zhou [Mon, 10 Mar 2025 18:55:28 +0000 (14:55 -0400)]
openblas (0.3.29+ds-3) unstable; urgency=medium

  * Cherry-pick upstream PR#5170 for thread safety of pthread build.
  * Remove armhf-specific OPENBLAS_NUM_THREADS overrides during tests.
  * Simplify d/rules and reduce repeatition.

[dgit import unpatched openblas 0.3.29+ds-3]

12 months agoImport openblas_0.3.29+ds-3.debian.tar.xz
Mo Zhou [Mon, 10 Mar 2025 18:55:28 +0000 (14:55 -0400)]
Import openblas_0.3.29+ds-3.debian.tar.xz

[dgit import tarball openblas 0.3.29+ds-3 openblas_0.3.29+ds-3.debian.tar.xz]

13 months agoMerge openblas (0.3.29+ds-2) import into refs/heads/workingbranch
Mo Zhou [Thu, 6 Feb 2025 02:51:01 +0000 (21:51 -0500)]
Merge openblas (0.3.29+ds-2) import into refs/heads/workingbranch

13 months agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Thu, 6 Feb 2025 02:51:01 +0000 (21:51 -0500)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch

13 months agoMATGEN symbols are not included in Debian binary
Sébastien Villemot [Thu, 6 Feb 2025 02:51:01 +0000 (21:51 -0500)]
MATGEN symbols are not included in Debian binary

Forwarded: not-needed
Last-Update: 2016-03-24

The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch

13 months agoCreate shared libraries lib{blas,lapack}.so.3
Sébastien Villemot [Thu, 6 Feb 2025 02:51:01 +0000 (21:51 -0500)]
Create shared libraries lib{blas,lapack}.so.3

Forwarded: not-needed
Last-Update: 2020-07-31

* It is done so that duplicate code with libopenblas.so.0 is kept as low as
  possible. Only the symbols from the external BLAS/LAPACK API are incorporated
  in the shared libraries. The rest is obtained by dynamic linking against
  libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
  order to differentiate it at runtime from other BLAS implementations (see
  #960728).
  The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
  the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
  selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
  the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch

13 months agoAdapt build system for the absence of lapack-netlib/ and relapack directories.
Sébastien Villemot [Thu, 6 Feb 2025 02:51:01 +0000 (21:51 -0500)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.

Forwarded: not-needed
Last-Update: 2017-07-27

Instead use the binary provided by package liblapack-pic, stripping from it the
symbols that are overridden by OpenBLAS.
Last-Update: 2017-07-27
Gbp-Pq: Name no-embedded-lapack.patch

13 months agoRemove warning about OpenMP
Sébastien Villemot [Thu, 6 Feb 2025 02:51:01 +0000 (21:51 -0500)]
Remove warning about OpenMP

Forwarded: no
Last-Update: 2014-02-17

This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch

13 months agoUse flags suitable for armhf port when TARGET=ARMV6
Sébastien Villemot [Thu, 6 Feb 2025 02:51:01 +0000 (21:51 -0500)]
Use flags suitable for armhf port when TARGET=ARMV6

Forwarded: not-needed
Last-Update: 2015-04-29

See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch

13 months agoopenblas (0.3.29+ds-2) unstable; urgency=medium
Mo Zhou [Thu, 6 Feb 2025 02:51:01 +0000 (21:51 -0500)]
openblas (0.3.29+ds-2) unstable; urgency=medium

  * d/rules: Set OPENBLAS_NUM_THREADS=1 for armhf to avoid test failure.
  * Upload to unstable.

[dgit import unpatched openblas 0.3.29+ds-2]

13 months agoImport openblas_0.3.29+ds-2.debian.tar.xz
Mo Zhou [Thu, 6 Feb 2025 02:51:01 +0000 (21:51 -0500)]
Import openblas_0.3.29+ds-2.debian.tar.xz

[dgit import tarball openblas 0.3.29+ds-2 openblas_0.3.29+ds-2.debian.tar.xz]

13 months agoImport openblas_0.3.29+ds.orig.tar.xz
Mo Zhou [Tue, 28 Jan 2025 04:06:02 +0000 (23:06 -0500)]
Import openblas_0.3.29+ds.orig.tar.xz

[dgit import orig openblas_0.3.29+ds.orig.tar.xz]

15 months agoMerge version 0.3.28+ds-3+rpi1 and 0.3.28+ds-4 to produce 0.3.28+ds-4+rpi1 archive/raspbian/0.3.28+ds-4+rpi1 raspbian/0.3.28+ds-4+rpi1
Raspbian automatic forward porter [Tue, 10 Dec 2024 19:23:07 +0000 (19:23 +0000)]
Merge version 0.3.28+ds-3+rpi1 and 0.3.28+ds-4 to produce 0.3.28+ds-4+rpi1

15 months agoMerge openblas (0.3.28+ds-4) import into refs/heads/workingbranch
Sébastien Villemot [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
Merge openblas (0.3.28+ds-4) import into refs/heads/workingbranch

15 months agoRestore libsuffix support in pkg-config file
Sébastien Villemot [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
Restore libsuffix support in pkg-config file

Bug-Debian: https://bugs.debian.org/1087874
Forwarded: https://github.com/OpenMathLib/OpenBLAS/pull/4982
Last-Update: 2024-11-20

This is needed for 64-bit flavours.
Last-Update: 2024-11-20
Gbp-Pq: Name pkg-config-libsuffix.patch

15 months agoFixed the undefined reference to blas_set_parameter
Dandan Zhang [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
Fixed the undefined reference to blas_set_parameter

Applied-Upstream: <0.3.29>, <https://github.com/OpenMathLib/OpenBLAS/pull/4877>
Last-Update: 2024-11-01

Gbp-Pq: Name openblas-Fixed-undefined-reference-to-blas_set_parameter.patc

15 months agoFix FTBFS on mips64el with GCC 14
Debian Science Team [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
Fix FTBFS on mips64el with GCC 14

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/pull/4864
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/4862
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2024-08-13

Last-Update: 2024-08-13
Gbp-Pq: Name gcc14-mips64el.patch

15 months agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch

15 months agoMATGEN symbols are not included in Debian binary
Sébastien Villemot [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
MATGEN symbols are not included in Debian binary

Forwarded: not-needed
Last-Update: 2016-03-24

The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch

15 months agoCreate shared libraries lib{blas,lapack}.so.3
Sébastien Villemot [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
Create shared libraries lib{blas,lapack}.so.3

Forwarded: not-needed
Last-Update: 2020-07-31

* It is done so that duplicate code with libopenblas.so.0 is kept as low as
  possible. Only the symbols from the external BLAS/LAPACK API are incorporated
  in the shared libraries. The rest is obtained by dynamic linking against
  libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
  order to differentiate it at runtime from other BLAS implementations (see
  #960728).
  The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
  the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
  selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
  the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch

15 months agoAdapt build system for the absence of lapack-netlib/ and relapack directories.
Sébastien Villemot [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.

Forwarded: not-needed
Last-Update: 2017-07-27

Instead use the binary provided by package liblapack-pic, stripping from it the
symbols that are overridden by OpenBLAS.
Last-Update: 2017-07-27
Gbp-Pq: Name no-embedded-lapack.patch

15 months agoRemove warning about OpenMP
Sébastien Villemot [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
Remove warning about OpenMP

Forwarded: no
Last-Update: 2014-02-17

This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch

15 months agoUse flags suitable for armhf port when TARGET=ARMV6
Sébastien Villemot [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
Use flags suitable for armhf port when TARGET=ARMV6

Forwarded: not-needed
Last-Update: 2015-04-29

See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch

15 months agoopenblas (0.3.28+ds-4) unstable; urgency=medium
Sébastien Villemot [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
openblas (0.3.28+ds-4) unstable; urgency=medium

  * pkg-config-libsuffix.patch: new patch, fixes pkg-config for 64-bit flavours
    (Closes: #1087874)

[dgit import unpatched openblas 0.3.28+ds-4]

15 months agoImport openblas_0.3.28+ds-4.debian.tar.xz
Sébastien Villemot [Wed, 20 Nov 2024 10:52:32 +0000 (11:52 +0100)]
Import openblas_0.3.28+ds-4.debian.tar.xz

[dgit import tarball openblas 0.3.28+ds-4 openblas_0.3.28+ds-4.debian.tar.xz]

15 months agoMerge version 0.3.28+ds-2+rpi1 and 0.3.28+ds-3 to produce 0.3.28+ds-3+rpi1 archive/raspbian/0.3.28+ds-3+rpi1 raspbian/0.3.28+ds-3+rpi1
Raspbian automatic forward porter [Wed, 13 Nov 2024 10:04:22 +0000 (10:04 +0000)]
Merge version 0.3.28+ds-2+rpi1 and 0.3.28+ds-3 to produce 0.3.28+ds-3+rpi1

16 months agoMerge openblas (0.3.28+ds-3) import into refs/heads/workingbranch
Gianfranco Costamagna [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
Merge openblas (0.3.28+ds-3) import into refs/heads/workingbranch

16 months agoFixed the undefined reference to blas_set_parameter
Dandan Zhang [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
Fixed the undefined reference to blas_set_parameter

Applied-Upstream: <0.3.29>, <https://github.com/OpenMathLib/OpenBLAS/pull/4877>
Last-Update: 2024-11-01

Gbp-Pq: Name openblas-Fixed-undefined-reference-to-blas_set_parameter.patc

16 months agoFix FTBFS on mips64el with GCC 14
Debian Science Team [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
Fix FTBFS on mips64el with GCC 14

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/pull/4864
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/4862
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2024-08-13

Last-Update: 2024-08-13
Gbp-Pq: Name gcc14-mips64el.patch

16 months agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch

16 months agoMATGEN symbols are not included in Debian binary
Sébastien Villemot [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
MATGEN symbols are not included in Debian binary

Forwarded: not-needed
Last-Update: 2016-03-24

The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch

16 months agoCreate shared libraries lib{blas,lapack}.so.3
Sébastien Villemot [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
Create shared libraries lib{blas,lapack}.so.3

Forwarded: not-needed
Last-Update: 2020-07-31

* It is done so that duplicate code with libopenblas.so.0 is kept as low as
  possible. Only the symbols from the external BLAS/LAPACK API are incorporated
  in the shared libraries. The rest is obtained by dynamic linking against
  libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
  order to differentiate it at runtime from other BLAS implementations (see
  #960728).
  The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
  the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
  selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
  the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch

16 months agoAdapt build system for the absence of lapack-netlib/ and relapack directories.
Sébastien Villemot [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.

Forwarded: not-needed
Last-Update: 2017-07-27

Instead use the binary provided by package liblapack-pic, stripping from it the
symbols that are overridden by OpenBLAS.
Last-Update: 2017-07-27
Gbp-Pq: Name no-embedded-lapack.patch

16 months agoRemove warning about OpenMP
Sébastien Villemot [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
Remove warning about OpenMP

Forwarded: no
Last-Update: 2014-02-17

This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch

16 months agoUse flags suitable for armhf port when TARGET=ARMV6
Sébastien Villemot [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
Use flags suitable for armhf port when TARGET=ARMV6

Forwarded: not-needed
Last-Update: 2015-04-29

See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch

16 months agoopenblas (0.3.28+ds-3) unstable; urgency=medium
Gianfranco Costamagna [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
openblas (0.3.28+ds-3) unstable; urgency=medium

  * Team upload.

  [ Dandan Zhang <zhangdandan@loongson.cn> ]
  * Add upstream merged patch to fix undefined reference to
    blas_set_parameter (Closes: #1086535)

[dgit import unpatched openblas 0.3.28+ds-3]

16 months agoImport openblas_0.3.28+ds-3.debian.tar.xz
Gianfranco Costamagna [Fri, 8 Nov 2024 13:59:11 +0000 (14:59 +0100)]
Import openblas_0.3.28+ds-3.debian.tar.xz

[dgit import tarball openblas 0.3.28+ds-3 openblas_0.3.28+ds-3.debian.tar.xz]

18 months agoMerge version 0.3.27+ds-2+rpi1 and 0.3.28+ds-2 to produce 0.3.28+ds-2+rpi1 archive/raspbian/0.3.28+ds-2+rpi1 raspbian/0.3.28+ds-2+rpi1
Raspbian automatic forward porter [Tue, 20 Aug 2024 23:47:01 +0000 (00:47 +0100)]
Merge version 0.3.27+ds-2+rpi1 and 0.3.28+ds-2 to produce 0.3.28+ds-2+rpi1

18 months agoMerge openblas (0.3.28+ds-2) import into refs/heads/workingbranch
Sébastien Villemot [Tue, 13 Aug 2024 20:05:18 +0000 (22:05 +0200)]
Merge openblas (0.3.28+ds-2) import into refs/heads/workingbranch

18 months agoFix FTBFS on mips64el with GCC 14
Debian Science Team [Tue, 13 Aug 2024 20:05:18 +0000 (22:05 +0200)]
Fix FTBFS on mips64el with GCC 14

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/pull/4864
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/4862
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2024-08-13

Last-Update: 2024-08-13
Gbp-Pq: Name gcc14-mips64el.patch

18 months agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Tue, 13 Aug 2024 20:05:18 +0000 (22:05 +0200)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch

18 months agoMATGEN symbols are not included in Debian binary
Sébastien Villemot [Tue, 13 Aug 2024 20:05:18 +0000 (22:05 +0200)]
MATGEN symbols are not included in Debian binary

Forwarded: not-needed
Last-Update: 2016-03-24

The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch

18 months agoCreate shared libraries lib{blas,lapack}.so.3
Sébastien Villemot [Tue, 13 Aug 2024 20:05:18 +0000 (22:05 +0200)]
Create shared libraries lib{blas,lapack}.so.3

Forwarded: not-needed
Last-Update: 2020-07-31

* It is done so that duplicate code with libopenblas.so.0 is kept as low as
  possible. Only the symbols from the external BLAS/LAPACK API are incorporated
  in the shared libraries. The rest is obtained by dynamic linking against
  libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
  order to differentiate it at runtime from other BLAS implementations (see
  #960728).
  The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
  the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
  selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
  the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch

18 months agoAdapt build system for the absence of lapack-netlib/ and relapack directories.
Sébastien Villemot [Tue, 13 Aug 2024 20:05:18 +0000 (22:05 +0200)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.

Forwarded: not-needed
Last-Update: 2017-07-27

Instead use the binary provided by package liblapack-pic, stripping from it the
symbols that are overridden by OpenBLAS.
Last-Update: 2017-07-27
Gbp-Pq: Name no-embedded-lapack.patch

18 months agoRemove warning about OpenMP
Sébastien Villemot [Tue, 13 Aug 2024 20:05:18 +0000 (22:05 +0200)]
Remove warning about OpenMP

Forwarded: no
Last-Update: 2014-02-17

This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch

18 months agoUse flags suitable for armhf port when TARGET=ARMV6
Sébastien Villemot [Tue, 13 Aug 2024 20:05:18 +0000 (22:05 +0200)]
Use flags suitable for armhf port when TARGET=ARMV6

Forwarded: not-needed
Last-Update: 2015-04-29

See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch

18 months agoopenblas (0.3.28+ds-2) unstable; urgency=medium
Sébastien Villemot [Tue, 13 Aug 2024 20:05:18 +0000 (22:05 +0200)]
openblas (0.3.28+ds-2) unstable; urgency=medium

  * gcc14-mips64el.patch: new patch, fixes FTBFS on mips64el

[dgit import unpatched openblas 0.3.28+ds-2]

18 months agoImport openblas_0.3.28+ds-2.debian.tar.xz
Sébastien Villemot [Tue, 13 Aug 2024 20:05:18 +0000 (22:05 +0200)]
Import openblas_0.3.28+ds-2.debian.tar.xz

[dgit import tarball openblas 0.3.28+ds-2 openblas_0.3.28+ds-2.debian.tar.xz]

19 months agoImport openblas_0.3.28+ds.orig.tar.xz
Sébastien Villemot [Sun, 11 Aug 2024 08:37:39 +0000 (10:37 +0200)]
Import openblas_0.3.28+ds.orig.tar.xz

[dgit import orig openblas_0.3.28+ds.orig.tar.xz]

21 months agoMerge version 0.3.26+ds-1+rpi1 and 0.3.27+ds-2 to produce 0.3.27+ds-2+rpi1 archive/raspbian/0.3.27+ds-2+rpi1 raspbian/0.3.27+ds-2+rpi1
Raspbian automatic forward porter [Fri, 31 May 2024 04:39:55 +0000 (05:39 +0100)]
Merge version 0.3.26+ds-1+rpi1 and 0.3.27+ds-2 to produce 0.3.27+ds-2+rpi1

22 months agoMerge openblas (0.3.27+ds-2) import into refs/heads/workingbranch
Sébastien Villemot [Mon, 29 Apr 2024 15:31:55 +0000 (17:31 +0200)]
Merge openblas (0.3.27+ds-2) import into refs/heads/workingbranch

22 months agoFix FTBFS on big-endian 64-bit architectures
Debian Science Team [Mon, 29 Apr 2024 15:31:55 +0000 (17:31 +0200)]
Fix FTBFS on big-endian 64-bit architectures

Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/b1d722fc0cf563298de8c5ae66fc04a1901d4bf1
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/4633
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2024-04-29

A long* pointer was incorrectly cast as an int*.
Last-Update: 2024-04-29
Gbp-Pq: Name testsuite-64bit-big-endian.patch

22 months agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Mon, 29 Apr 2024 15:31:55 +0000 (17:31 +0200)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch

22 months agoMATGEN symbols are not included in Debian binary
Sébastien Villemot [Mon, 29 Apr 2024 15:31:55 +0000 (17:31 +0200)]
MATGEN symbols are not included in Debian binary

Forwarded: not-needed
Last-Update: 2016-03-24

The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch

22 months agoCreate shared libraries lib{blas,lapack}.so.3
Sébastien Villemot [Mon, 29 Apr 2024 15:31:55 +0000 (17:31 +0200)]
Create shared libraries lib{blas,lapack}.so.3

Forwarded: not-needed
Last-Update: 2020-07-31

* It is done so that duplicate code with libopenblas.so.0 is kept as low as
  possible. Only the symbols from the external BLAS/LAPACK API are incorporated
  in the shared libraries. The rest is obtained by dynamic linking against
  libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
  order to differentiate it at runtime from other BLAS implementations (see
  #960728).
  The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
  the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
  selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
  the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch

22 months agoAdapt build system for the absence of lapack-netlib/ and relapack directories.
Sébastien Villemot [Mon, 29 Apr 2024 15:31:55 +0000 (17:31 +0200)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.

Forwarded: not-needed
Last-Update: 2017-07-27

Instead use the binary provided by package liblapack-pic, stripping from it the
symbols that are overridden by OpenBLAS.
Last-Update: 2017-07-27
Gbp-Pq: Name no-embedded-lapack.patch

22 months agoRemove warning about OpenMP
Sébastien Villemot [Mon, 29 Apr 2024 15:31:55 +0000 (17:31 +0200)]
Remove warning about OpenMP

Forwarded: no
Last-Update: 2014-02-17

This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch

22 months agoUse flags suitable for armhf port when TARGET=ARMV6
Sébastien Villemot [Mon, 29 Apr 2024 15:31:55 +0000 (17:31 +0200)]
Use flags suitable for armhf port when TARGET=ARMV6

Forwarded: not-needed
Last-Update: 2015-04-29

See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch

22 months agoopenblas (0.3.27+ds-2) unstable; urgency=medium
Sébastien Villemot [Mon, 29 Apr 2024 15:31:55 +0000 (17:31 +0200)]
openblas (0.3.27+ds-2) unstable; urgency=medium

  * testsuite-64bit-big-endian.patch: new patch from upstream.
    Fixes FTBFS on big-endian 64-bit architectures.

[dgit import unpatched openblas 0.3.27+ds-2]

22 months agoImport openblas_0.3.27+ds-2.debian.tar.xz
Sébastien Villemot [Mon, 29 Apr 2024 15:31:55 +0000 (17:31 +0200)]
Import openblas_0.3.27+ds-2.debian.tar.xz

[dgit import tarball openblas 0.3.27+ds-2 openblas_0.3.27+ds-2.debian.tar.xz]

22 months agoImport openblas_0.3.27+ds.orig.tar.xz
Sébastien Villemot [Fri, 12 Apr 2024 14:26:31 +0000 (16:26 +0200)]
Import openblas_0.3.27+ds.orig.tar.xz

[dgit import orig openblas_0.3.27+ds.orig.tar.xz]

2 years agoMerge version 0.3.25+ds-1+rpi1 and 0.3.26+ds-1 to produce 0.3.26+ds-1+rpi1 archive/raspbian/0.3.26+ds-1+rpi1 raspbian/0.3.26+ds-1+rpi1
Raspbian automatic forward porter [Fri, 16 Feb 2024 16:52:20 +0000 (16:52 +0000)]
Merge version 0.3.25+ds-1+rpi1 and 0.3.26+ds-1 to produce 0.3.26+ds-1+rpi1

2 years agoMerge openblas (0.3.26+ds-1) import into refs/heads/workingbranch
Sébastien Villemot [Mon, 12 Feb 2024 21:45:46 +0000 (22:45 +0100)]
Merge openblas (0.3.26+ds-1) import into refs/heads/workingbranch

2 years agoNo longer check for symbols deprecated in LAPACK 3.10.1
Mo Zhou [Mon, 12 Feb 2024 21:45:46 +0000 (22:45 +0100)]
No longer check for symbols deprecated in LAPACK 3.10.1

Bug-Debian: https://bugs.debian.org/1011386
Forwarded: no
Last-Update: 2022-08-14

Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch